projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7950374
)
(auto-mode-alist): Add ps-mode for .eps and .ps, case insensitive.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 12 Oct 1999 14:53:08 +0000
(14:53 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 12 Oct 1999 14:53:08 +0000
(14:53 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index ca6e7ec9f79ad793f6d4e1be8ff618e244792067..731f12339f9e6869ae2980acb4e99f03fdf2bcce 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1379,7
+1379,8
@@
in that case, this function acts as if `enable-local-variables' were t."
("\\.smi$" . snmp-mode)
("\\.as2$" . snmpv2-mode)
("\\.mi2$" . snmpv2-mode)
- ("\\.sm2$" . snmpv2-mode))
+ ("\\.sm2$" . snmpv2-mode)
+ ("\\.[eE]?[pP][sS]$" . ps-mode))
"\
Alist of filename patterns vs corresponding major mode functions.
Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL).